[INFO] cloning repository https://github.com/jpopesculian/grpc-scone-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpopesculian/grpc-scone-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpopesculian%2Fgrpc-scone-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpopesculian%2Fgrpc-scone-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 388eb3d00454b6c4a80b8883fab1bab7cfac7425
[INFO] fixing jpopesculian/grpc-scone-example against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpopesculian%2Fgrpc-scone-example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jpopesculian/grpc-scone-example
[INFO] finished tweaking git repo https://github.com/jpopesculian/grpc-scone-example
[INFO] tweaked toml for git repo https://github.com/jpopesculian/grpc-scone-example written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jpopesculian/grpc-scone-example on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jpopesculian/grpc-scone-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c
[INFO] running `Command { std: "docker" "start" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   log v0.4.6 (as host dependency) removed features: std
[INFO] [stderr]   protobuf v2.7.0 (as host dependency) removed features: bytes, with-bytes
[INFO] [stderr] 
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]     Checking futures v0.1.28
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking crossbeam-utils v0.6.5
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking scopeguard v0.3.3
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]     Checking stable_deref_trait v1.1.1
[INFO] [stderr]     Checking owning_ref v0.4.0
[INFO] [stderr]     Checking iovec v0.1.2
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking num_cpus v1.10.1
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]    Compiling arrayvec v0.4.10
[INFO] [stderr]     Checking smallvec v0.6.10
[INFO] [stderr]     Checking lock_api v0.1.5
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]    Compiling protobuf v2.7.0
[INFO] [stderr]     Checking memoffset v0.2.1
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]    Compiling cfg-if v0.1.9
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]     Checking tokio-trace-core v0.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.7.1
[INFO] [stderr]    Compiling protoc v2.7.0
[INFO] [stderr]     Checking tls-api v0.1.22
[INFO] [stderr]     Checking crossbeam-deque v0.7.1
[INFO] [stderr]     Checking tokio-executor v0.1.7
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking tokio-sync v0.1.6
[INFO] [stderr]     Checking tokio-threadpool v0.1.14
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking tokio-timer v0.2.11
[INFO] [stderr]     Checking tokio-codec v0.1.1
[INFO] [stderr]     Checking tokio-current-thread v0.1.6
[INFO] [stderr]     Checking scoped-tls v0.1.2
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking slab v0.3.0
[INFO] [stderr]    Compiling httpbis v0.7.0
[INFO] [stderr]     Checking tls-api-stub v0.1.22
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]     Checking tokio-timer v0.1.2
[INFO] [stderr]     Checking tokio-tls-api v0.1.22
[INFO] [stderr]     Checking tokio-reactor v0.1.9
[INFO] [stderr]     Checking tokio-fs v0.1.6
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking unix_socket v0.5.0
[INFO] [stderr]     Checking safemem v0.3.0
[INFO] [stderr]     Checking arc-swap v0.3.11
[INFO] [stderr]     Checking base64 v0.9.3
[INFO] [stderr]     Checking tokio-udp v0.1.3
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking tokio-uds v0.2.5
[INFO] [stderr]     Checking signal-hook-registry v1.0.1
[INFO] [stderr]     Checking signal-hook v0.1.9
[INFO] [stderr]     Checking tokio v0.1.21
[INFO] [stderr]     Checking tokio-core v0.1.17
[INFO] [stderr]     Checking tokio-uds v0.1.7
[INFO] [stderr]     Checking grpc v0.6.1
[INFO] [stderr]    Compiling protobuf-codegen v2.7.0
[INFO] [stderr]    Compiling protoc-rust v2.0.1
[INFO] [stderr]    Compiling grpc-compiler v0.6.1
[INFO] [stderr]    Compiling protoc-rust-grpc v0.6.1
[INFO] [stderr]    Compiling grpc-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/proto/helloworld.rs (10 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.88s
[INFO] [stderr] crater-edition-check: grpc-example v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling protobuf v2.7.0
[INFO] [stderr]    Compiling log v0.4.6
[INFO] [stderr]    Compiling protoc v2.7.0
[INFO] [stderr]    Compiling protobuf-codegen v2.7.0
[INFO] [stderr]    Compiling grpc-compiler v0.6.1
[INFO] [stderr]    Compiling protoc-rust v2.0.1
[INFO] [stderr]    Compiling protoc-rust-grpc v0.6.1
[INFO] [stderr]    Compiling grpc-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 128 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 128 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:131:38
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 131 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 131 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:134:55
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:128:26
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 128 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 128 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 128 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:131:38
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 131 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 131 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 131 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:134:55
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 134 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:297:26
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 297 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 297 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:297:26
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 297 |     fn as_any(&self) -> &impl ::std::any::Any {
[INFO] [stdout]     |                          ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 297 -     fn as_any(&self) -> &::std::any::Any {
[INFO] [stdout] 297 +     fn as_any(&self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:300:38
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 300 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 300 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:300:38
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `impl ::std::any::Any` to return an opaque type, as long as you return a single underlying type
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn as_any_mut(&mut self) -> &mut impl ::std::any::Any {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] help: alternatively, you can return an owned trait object
[INFO] [stdout]     |
[INFO] [stdout] 300 -     fn as_any_mut(&mut self) -> &mut ::std::any::Any {
[INFO] [stdout] 300 +     fn as_any_mut(&mut self) -> Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:303:55
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:303:55
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<::std::any::Any> {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 303 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                       +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:129:18
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 132 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:132:22
[INFO] [stdout]     |
[INFO] [stdout] 132 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 132 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:298:18
[INFO] [stdout]     |
[INFO] [stdout] 298 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 298 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:301:22
[INFO] [stdout]     |
[INFO] [stdout] 301 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 301 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:298:18
[INFO] [stdout]     |
[INFO] [stdout] 298 |         self as &::std::any::Any
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 298 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                  +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> src/proto/helloworld.rs:301:22
[INFO] [stdout]     |
[INFO] [stdout] 301 |         self as &mut ::std::any::Any
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: you can add the `dyn` keyword if you want a trait object
[INFO] [stdout]     |
[INFO] [stdout] 301 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                      +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grpc-example` (bin "grpc-example") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `grpc-example` (bin "grpc-example" test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c", kill_on_drop: false }`
[INFO] [stdout] 9fec8d6061b25bd8c62cda6ecfd24d6e711747a737354de999f3f9227a53ed9c
